home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(type ne "nx" and type ne "pv")
- {
- set("_level40/sound/lib:sound","154");
- call("_level40/sound/lib:play");
- set("../../../codelib:selectsubbox",n);
- call("../../../codelib:selectboxsub");
- set("../:selectall","1");
- setProperty("../../../../dragscrollcatch", _visible, "1");
- set("../../../codelib:rangesubbox","0");
- }
- else
- {
- tellTarget("boxsubbutton")
- {
- gotoAndStop("select");
- }
- }
- }
-